﻿@charset "utf-8";
html {
    font: normal 14px "微软雅黑", Arial;
}
body {
    padding: 0px;
    margin: 0px auto;
    color: #666;
    width: 100%;
    /*min-width: 1200px;*/
    /*width: expression((documentElement.clientWidth < 1200) ? "1200px" : "100%" );*/
    zoom: 1;
}
h1,h2,h3,h4,h5,h6,p{
    margin:0;
    padding:0;
}
h1,h2,h3,h4,h5,h6{
	font-weight:normal;
}
li{
	list-style:none;
}
ul, li, form, dl, dt, dd, div {
    padding: 0px;
    margin: 0px;
}
select, input, textarea {
    border-radius: 0;
    -webkit-border-radius: 0;
    color: #666;
	background: none;
    border: none;
    margin: 0;
    padding: 0;
}
input:focus {
    outline: none;
}
input, button, select, textarea {
    outline: none; /*-webkit-appearance:none;*//*强制去除表单自带的样式*/
	font: normal 14px "微软雅黑", Arial;
}

textarea {
    resize: none; /*-webkit-appearance:none;*//*强制去除textarea自带的样式*/
}

article, aside, footer, header, nav, section, figure, figcaption {
    display: block;
}
/*html5设置*/
figure, figcaption {
    margin: 0px;
    padding: 0px;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
img {
    border: none;
    border: 0;
    max-width: 100%;
    vertical-align: middle;
}
a {
    color: #666;
    text-decoration: none;
}
a:focus {
    outline: none;
    -moz-outline: none;
}
a:hover {
    text-decoration: none;
}
.clear {
	display: block;
    clear: both;
    height: 0px;
    overflow: hidden;
}
.SinglePage{  text-align:justify; word-wrap:break-word; clear:both; overflow:hidden; font-size:13px; line-height:24px;}
/*.container{
	width:1200px;
	margin:auto;
}*/






/*****************************返回顶部******************************/
.toTop{
    position: fixed;
    width: 88px;
    height: 88px;
    right: 3%;
    bottom: 5%;
    z-index: 99;
}
.toTop>a{
    display: block;
    text-indent: -9999px;
    width: 88px;
    height: 88px;
    /*background: url(../images1/back_top.png) no-repeat;*/
}
/****************************返回顶部****************************/
/*****************************面包屑导航*****************************/
.bread{
	background-color: #F4F4F4;
}
.breadcrumbs{
    font-size: 14px;
    width:100%;
    margin: 0 auto;
}
.wraps {
	padding: 16px 0;
}
.breadcrumbs a {
    color: #666666;
}
.breadcrumbs span{
    color: #666666;
}
.breadcrumbs .wraps a + *:before {
    content: '>';
    margin: 0 8px;
}
.wraps a:first-child:before{
	content: '';
	display: inline-block;
	width: 17px;
	height: 15px;
	background: url(../images1/home.png);
	margin: -4px 4px 0 0;
	vertical-align: middle;
}
/******************************面包屑导航*********************************/
/*******************************分页*****************************************/
.pages{ height: 32px; text-align: right; margin-bottom: 90px;overflow: hidden;margin-top: 40px;}
.pages a{ display: inline-block;margin: 0 3px;}
.pages .fir,.pages .end{
width: 60px;
height: 32px;
background: #f4f4f4;
color: #626262;	
font-size: 14px;
line-height: 32px;
text-align: center;
margin-right: 10px;
}
.pages .end{
	margin-right: 0;
}
.pages a.fff{
	background: #fff;
}
.pages .prevs,.pages .nexts{width: 80px; height: 32px;border: 1px solid #e1e1e1;  color: #333; text-align: center; line-height: 32px;  font-size: 14px;}
.pages .on{ color: #fff;background: #ee741c;}
.pages .number a{ width: 36px; height: 32px; text-align: center; line-height: 32px;color: #626262; font-size: 14px;border: 1px solid #e1e1e1;}
.pages .number a.on{ color: #fff;background: #ee741c;border: none;}
.pages .text{ display: inline-block; width: 32px; height: 32px; text-align: center; line-height: 32px;  background: #FFFFFF; color: #08c357; font-size: 14px;}
.pages .Btn_go{ display: inline-block; width: 57px; height: 36px; border: 1px solid #dfdfdf; color: #666666; font-size: 14px; text-align: center; background: #f3f3f3;  border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; -o-border-radius: 3px;}
/*******************************分页*****************************************/
/*加载更多*/
.dropload-down{
    background-color:#F2F2F2;
}
.dropload-down .dropload-load{
    padding: 3% 0 3% 47%;
    background: url(../images1/loading.gif) no-repeat 40% center /5.2%;
    color: #999999;
    font-size: 1rem;
    display: block;
}
.dropload-refresh
{
     color: #999999;
    
    display: block;
    text-align: center;
    padding:3% 0  ;
}
.dropload-down .dropload-noData{
    color: #999999;
    font-size: 1rem;
    display: block;
    text-align: center;
    padding:3% 0  ;
}
/*加载更多*/

/*头部*/
header .top_middle{
	background: #FFF;
	padding-top:30px;
}
header .top_middle .left{
	padding: 0;
}
header .top_middle .right{
	padding: 0;
}
header .top_middle .left .welcome a{
	font-size:16px ;
	color: #666666;
}
header .top_middle .left .welcome a:hover{
	color: #552277;
}
header .top_middle .left .welcome{
	height: 35px;
	line-height: 35px;
}

header .top_middle .left .welcome .DL{
	color: #552277;
}
header .top_middle .nav{
	padding: 0;
}
header .top_middle .nav li{
	padding: 44px 0;
	line-height: 20px;
	position: relative;
	text-align: center;
	font-size: 16px;
}
header .top_middle .nav li:hover{
	color: #552277;
}
header .top_middle .nav .on{
	color: #552277;
}
header .top_middle .nav li img{
	float: right;
	/*vertical-align: middle;*/
	margin-top: 5px;
}
header .top_middle  .nav li a{
	top:0;
	position: absolute;
	width: 100%;
	height: 100%;
}
header .top_middle .right .seach_W{
	height: 35px;
	border: 1px solid #DDD3E4;
	border-radius: 5px;
	padding: 0;
	float:right;
	position: relative;
}
header .top_middle .right .nav{
	float: right;
}
header .top_middle .right .seach_W input{
	position:absolute ;
	top: 0;
	left: 0;
	width: 80%;
	height: 100%;
	padding: 0 15px;
}
header .top_middle .right .seach_W button{
	position: absolute;
	height: 100%;
	width: 18%;
	right: 0;
	top: 0;
	background: rgba(0,0,0,0);
	border: none;
}
header .top_middle .right .seach_W button img{
	width: 50%;
}
/*移动头*/
header .top_middle .welcome_phone{
	height: 50px;
	line-height: 50px;
}
header .top_middle .nav_list{
	display: none;
}
header .top_middle .nav_list li{
	height: 30px;
	line-height: 30px;
	text-align:center ;
	position: relative;

}
header .top_middle .nav_list li:hover{
	color:#552277;
}

@media (min-width: 200px) {
header .top_middle {padding-top:0;}  
}
@media (min-width: 768px) {
header .top_middle {padding-top: 30px;}
}
@media (min-width: 992px) {
 
}
@media (min-width: 1200px) {
  
}
.nav_list li:first-child{
    border-top:1px solid #e5e5e5;
}
header .top_middle .nav_list li{
    border-bottom:1px solid #e5e5e5;
    text-align:left;
    padding:0 15px;
}
.menu{
	float: right;
	height: 100%;
	background: url(../images1/menu.png) right center no-repeat;
	background-size: 20px;
}
.menu.on{
	background: url(../images1/p_close.png) right center no-repeat;
	background-size: 20px;
}


/*footer*/
footer{
	background: url(../images1/footerBG.png) no-repeat center ;
	background-size:100% 100% ;
	padding:68px 0 0 ;
}
footer .middle{
	padding-bottom: 70px;
}
footer .last{
	background: #3E1956;
	color: #FFF;
	font-size: 16px;
	padding: 20px 0;
	text-align: center;
}
    footer .last a {
        color:#FFF;
        font-size:16px;
    }
footer .one {
	padding: 26px 0;
}
footer .one img{
	width: 90%;
}
footer dl{
	padding: 0;
}
footer dt{
	font-size: 18px;
	color: #FFF;
	padding-bottom: 30px;
	border-bottom: 1px solid #FFF;
	position: relative;
	margin-bottom: 15px;
}
footer dt .heng{
	position: absolute;
	height: 2px;
	width: 20px;
	background: #F3981E;
    bottom:-1px;
    left: 0;
}
footer dd{
	font-size: 16px;
	color: #FFF;
	padding: 15px 0;
	
}
footer dd span i {
    font-style:normal;
}
footer dd img{
	width: 18px;
	height: 18px;
	margin-right: 17px;
}
footer dd:nth-of-type(2) img{
	width: 18px;
	height: 15px;
}
footer dd:nth-of-type(3) img{
	height: 18px;
	width: 15px;
}
footer dd a{
	/*text-align: center;*/
	font-size: 16px;
	color: #FFF;
	width: 50%;
	display: inline-block;
}
footer dd a:hover{
	color: #FFF;
}
footer  .nav-foot a:nth-child(odd){
	text-align: left;
}
footer  .nav-foot a:nth-child(even){
	text-align:right;
}
footer .ewm_W {
	position: relative;
	height: 160px;

}
footer .ewm_W .ewm{
width:85%;
height: 100%;
}
@media (min-width: 200px) {
footer dl{margin-bottom: 15px;}
}
@media (min-width: 200px) and (max-width:767px) {
    footer {
        padding: 30px 0 0;
        background: url(../images1/footerBG2.jpg) no-repeat center;
        background-size:cover;
    }
    footer dt {
        padding-bottom:7px;
        margin-bottom:7px;
        font-size:15px;
    }
    footer .middle {
        padding-bottom:0px;
    }
    .contact-foot {
        padding-left:0;
    }
    .nav-foot {
        padding:0;
    }
    footer dd {
        font-size:12px;
        padding:2px 0;
        line-height:20px;
        overflow:hidden;
    }
    
    footer .nav-foot a:nth-child(odd),footer .nav-foot a:nth-child(even) {
        text-align:center;
    }
    .swiperLB {
        padding:0;
    }
    .nav-foot dd {
        padding:2px 0;
    }
    footer .last {
        font-size:12px;
        padding:10px 0;
    }
    footer dd img {
        width:12px;
        height:auto;
        margin-right:7px;
        float:left;
        margin-top:4px;
    }
    footer dd:nth-of-type(2) img {
        width:12px;
        height:auto;
    }
    footer dd:nth-of-type(3) img {
        width:12px;
        height:auto;
    }
    footer .last a {
        font-size:12px;
    }
}
@media (min-width: 200px) and (max-width:349px) {  
    footer dd span {
        width:85%;
        float:left;
    }
    footer dd span i {
        display:block;
        font-style:normal;
    }
    footer dd a {
        font-size:12px;
        text-align:center;
    }
    footer dd a span {
        display:block;
        width:100%;
    }
}
@media (min-width: 350px) and (max-width:410px) {
    .contact-foot dd span {
        float:left;
        width:90%;
        display:inline-block;
    }
    footer dd span i {
        font-style:normal;
    }
    footer dd a {
        font-size:12px;
        text-align:center;
    }
    footer dd {
        font-size:12px;
    }
}
@media (min-width: 411px) and (max-width:767px) {
    .contact-foot dd span {
        float:left;
        width:91%;
        display:inline-block;
    }
     footer dd span i {
        font-style:normal;
    }
    footer dd a {
        font-size:12px;
        text-align:center;
    }
    footer dd {
        font-size:12px;
    }
}
@media (min-width: 768px) {

}
@media (min-width: 992px) {
 footer dl{margin-bottom: 0;}
 footer dd a { font-size: 14px;}
 footer .ewm_W .ewm {width: 100%;height: 100%;}
}
@media (min-width: 1200px) {
   footer dd a { font-size: 16px;}
    footer .ewm_W .ewm {width: 85%;height: 100%;}
}